//==========================
// [] The PlutoEA Project []
// http://opensvn.csie.org/PlutoEA
// -------------------------------------------
// - ӤH } -
// ------------------------------------------
// G1.3
//=========================

prontera,73,140,0	script	ӤH#prt	86,{
	mes "[ӤH]";
	mes "YaӪŲ~ܡAunI15";
	mes "iR 1~!!";
	next;
	if (select("洫 Ų~.:.") == 1) {
		if (countitem(713)) {
			set .@bottles,countitem(713);
			set .@total_weight,.@bottles * 50;
			set .@total_cost,.@bottles * 15;
			set .@now_weight,maxweight-weight;
			if (zeny < .@Total_cost) {
				mes "[ӤH]";
				mes "@~ݭn20ӪAAܤ֭n" + .@total_cost + "I";
				close;
			}
			if (.@now_weight < .@total_weight) {
				mes "[ӤH]";
				mes "A@ǪFA]A|t";
				close;
			}
			set zeny,zeny-.@total_cost;
			delitem 713,.@bottles; //Ų~
			getitem 519,.@bottles; //
			close;
		}
		mes "[ӤH]";
		mes "AwӦŲ~U!!";
		mes "....SH?";
	}
	close;
}
